home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 13962 < prev    next >
Encoding:
Text File  |  1996-08-05  |  890 b   |  28 lines

  1. Path: pegasus.odyssee.net!news
  2. From: imaze@odyssee.net (Marc Mazerolle)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Help!!, in directory change
  5. Date: Thu, 28 Mar 1996 02:31:39 GMT
  6. Organization: Odyssee Internet
  7. Message-ID: <4jctjf$poh@pegasus.odyssee.net>
  8. References: <315526CF.77DE@ljusdal.se>
  9. Reply-To: imaze@odyssee.net
  10. NNTP-Posting-Host: pool23_9.odyssee.net
  11. X-Newsreader: Forte Free Agent v0.55
  12.  
  13. Marcsu <marcus.berggren@ljusdal.se> wrote:
  14.  
  15. >I┤m, still in desperate need of help in chaging the "current" 
  16. >directory,(under UNIX). I┤m trying to wright to a file in another 
  17. >directory, and I don┤t now what function to call, to do that!!!
  18. >I┤m using g++ 2.7.0......please hekp!!! I need it for my school work!
  19. >/Marcsu
  20.  
  21. >marcus.berggren@ljusdal.se
  22.  
  23. The command is simply called "chdir" for CHange DIRectory and it
  24. expects a "char *" as a parameter.
  25.  
  26. Try "man chdir" on UNIX for full details
  27.  
  28.